home *** CD-ROM | disk | FTP | other *** search
/ CyberMycha 2008 January / Cybermycha 1_2008.iso / DataCa~1.cab / _CE3861431106424A9FBE779C338CEB7E < prev    next >
Encoding:
Text File  |  2006-02-13  |  876 b   |  55 lines

  1. //
  2. // Script with car definition
  3. //
  4. // This file is included by Data\Logic\%Game Mode%\Cars.scr which includes Data\Logic\Common\Car.def
  5. // so it can use keywords declared in Car.def
  6. //
  7. Car( "G5G1" )
  8. {
  9.  
  10.    !include("model.scr")
  11.  
  12.    SkinNormal("G5G1")
  13.    SkinMenu("G5G1_MENU")
  14.    SkinGhost("G5G1_GHOST")
  15.  
  16.    SetParam("m_sCarSoundSet", "g5g")
  17. }
  18.  
  19. Car( "G5G2" )
  20. {
  21.  
  22.    !include("model.scr")
  23.  
  24.    SkinNormal("G5G2")
  25.    SkinMenu("G5G2_MENU")
  26.    SkinGhost("G5G2_GHOST")
  27.  
  28.    SetParam("m_sCarSoundSet", "g5g")
  29. }
  30.  
  31. Car( "G5G3" )
  32. {
  33.  
  34.    !include("model.scr")
  35.  
  36.    SkinNormal("G5G3")
  37.    SkinMenu("G5G3_MENU")
  38.    SkinGhost("G5G3_GHOST")
  39.  
  40.    SetParam("m_sCarSoundSet", "g5g")
  41. }
  42.  
  43. Car( "G5G4" )
  44. {
  45.  
  46.    !include("model.scr")
  47.  
  48.    SkinNormal("G5G4")
  49.    SkinMenu("G5G4_MENU")
  50.    SkinGhost("G5G4_GHOST")
  51.  
  52.    SetParam("m_sCarSoundSet", "g5g")
  53. }
  54.  
  55.